From a300db7ad4a16dc39bf1793c2e61f75145337ec6 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 11 Jun 2024 12:59:56 +0800 Subject: [PATCH] Make C-u 1 C-x v L slightly more discoverable * doc/emacs/maintaining.texi (VC Change Log): List C-u 1 C-x v L as though it were a separate command. Give the longer description its own paragraph. --- doc/emacs/maintaining.texi | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi index 579098c81b1..34010147b43 100644 --- a/doc/emacs/maintaining.texi +++ b/doc/emacs/maintaining.texi @@ -1038,6 +1038,10 @@ Display the change history for the current fileset Display the change history for the current repository (@code{vc-print-root-log}). +@item C-u 1 C-x v L +Display a single revision's log entry and changes (diffs) +(@code{vc-print-root-log}). + @item C-x v b l Display the change history for another branch (@code{vc-print-branch-log}). @@ -1091,7 +1095,8 @@ version-controlled directory tree (RCS, SCCS, CVS, and SRC do not support this feature). With a prefix argument, the command prompts for the maximum number of revisions to display. A numeric prefix argument specifies the maximum number of revisions without prompting. -When the numeric prefix argument is 1, as in @w{@kbd{C-1 C-x v L}} or + + When the numeric prefix argument is 1, as in @w{@kbd{C-1 C-x v L}} or @w{@kbd{C-u 1 C-x v L}}, the command prompts for the revision ID, and displays the log entry of that revision together with the changes (diffs) it introduced. (Some less capable version control systems, -- 2.30.2